-
Notifications
You must be signed in to change notification settings - Fork 0
PostGIS rework #13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PostGIS rework #13
Conversation
|
For more information, these postgis tiger sql scripts come from here: https://postgis.net/docs/manual-3.6/en/Extras.html#Tiger_Geocoder |
|
I'm pretty sure (but could be wrong) this simply need the user permissions fixed? And then the PG_USER in the python script adjusted. |
|
This should now be ready for review and merging into main |
|
I was able to manually merge the improved parts of this into the main branch so the benefits carry across: |
This rework utilizes the postgis tiger geocoder extension built in
functions to load the data.
There is also the issue of the database user (which I removed and is currently
the default
postgresinstead of the previousclad_svcuser).